home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 4 / CU Amiga Magazine's Super CD-ROM 04 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-11].iso / magazine / psion / games / morace.lzx / hmrcom.bat < prev    next >
DOS Batch File  |  1996-09-20  |  674b  |  26 lines

  1. @ECHO OFF
  2. IF "%1"=="" GOTO HELP
  3. IF "%1"=="?" GOTO HELP
  4.  
  5. MD %1\APP
  6. MD %1\APP\MORACE
  7. COPY MORACE.OPA %1\APP
  8. COPY MORACE\*.PIC %1\APP\MORACE
  9. COPY MORACE\HMLEVELS.LEV %1\APP\MORACE
  10. COPY *.PIC %1\APP\MORACE
  11. COPY HMLEVELS.LEV %1\APP\MORACE
  12. GOTO THEEND
  13.  
  14. :HELP
  15. ECHO ------------------------------------------------
  16. ECHO Morace copy utility
  17. ECHO Must be run under RCom
  18. ECHO Use hmrcom remoteDrive:
  19. ECHO Example hmrcom l:
  20. ECHO Dont worry too much if you see a lot of file not found messages -
  21. ECHO depending on how you have unzipped MORACE, the files could be in
  22. ECHO different places.
  23. ECHO -------------------------------------------------
  24. :THEEND
  25. @ECHO ON
  26.